home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 12 / Mac Magazin and MacEasy Magazine CD - Issue 12.iso / Sharewarebibliothek / DFÜ / Internet / _Helfer-Programme / MailConverter 1.9.2d10 / Generic Formats < prev    next >
Text File  |  1995-06-06  |  3KB  |  50 lines

  1. Version 1.8 of MailConverter is substantially different in its handling of "generic" mail files ie, files which have a mail-like structure but which do not match any official mail-file format. Examples of generic mail files are articles saved from NewsWatcher and LeeMail files. Important note: since generic files are not in any official format, they cannot be converted with absolute reliability. MailConverter does the best it can, but you shouldn't expect perfect performance.
  2.  
  3. In earlier versions, the user needed to specify an exhaustive list of headers in a special dialog. This list of headers was used both to determine message boundaries, and also to filter out headers that the user didn't want to see in the final mailbox. Now these two functions are separated and simplified (see Header Filtering  for a description of the new filtering mechanism).
  4.  
  5. It is now assumed that a generic mail file which contains multiple messages will use a standard form of message separation. The general form of this separator is a line containing a single character, repeated some minimal number of times. That line should  usually be preceded and followed by a blank line. For instance, when NewsWatcher saves multiple articles to a file, the articles are separated by
  6.  
  7. <blank line>
  8. ----------------------------------------------------------------------
  9. <blank line>
  10.  
  11. And in a LeeMail file, messages are separated by
  12.  
  13. <blank line>
  14. =====
  15. <blank line>
  16.  
  17. If the blank lines are missing on either side, you must check the appropriate box in Header Settings (see below).
  18.  
  19.  
  20. IF YOU WISH TO CONVERT SOME OTHER "GENERIC" MAIL-FILE YOU MUST BE SURE IT MATCHES THIS STRUCTURE!
  21.  
  22.  
  23. For generic files which don't have this structure but which do use standard mail headers,  some conversion may still be possible. To use this style of conversion, set the value of Separator Length (see below) to 0.
  24.  
  25.  
  26.  
  27. There are new options in the Header Settings dialog to set these parameters:
  28.  
  29. Separator Length
  30.  
  31. The value should be an integer which is the minimum number of repeats of the separator character. If this is set to zero, the assumption is that there is no explicit separator. 
  32.  
  33.  
  34. Separator Character
  35.  
  36. The value shold be the separator character itself.
  37.  
  38. No Blankline Before
  39.  
  40. Check this if the file you're converting does not have a blankline preceding the separator line.
  41.  
  42. No Blankline After
  43.  
  44. Check this if the file you're converting does not have a blankline following the separator line.
  45.  
  46. The default settings are for NewsWatcher format:  the separator character is '-' and the separator length is 30. The exact count is arbitrary so long as it's less than the 70 dashes the NW writes between messages, but still large enough that it isn't likely to get fooled by an ordinary text line. Since posted digests like info-mac use 30 dashes, I chose 30 as the default. For LeeMail, the values would be '=' and 5 (or less), respectively. As described above, for nn saved files, the minimum separator length is 0 and the separator character is ignored.
  47.  
  48.  
  49. The Header Settings dialog is now on the (new) Special menu. The old Special menu is now called Drop,  and some new keyboard equivalents have been added for your convenience....The new Special menu also contains two other commands:  Read Headers File and Edit Headers File. These are described in Header Filtering.
  50.